Page summary

https://pubs.geoscienceworld.org/search-results?page=1&quicknav=1&q=riess 1998

Tested 2024-10-25 20:53:09 using Chrome 130.0.6723.58 (runtime settings).

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayCPU Third party
| Summary | | Download Video | Download Timeline Log | Download HAR | 

Summary

MetricValue
Page metrics
Performance Score46
Total Page Transfer Size3.5 MB
Requests158
Timing metrics
TTFB [median]1.711 s
First Paint [median]3.346 s
Fully Loaded [median]13.339 s
Google Web Vitals
TTFB [median]1.711 s
First Contentful Paint (FCP) [median]3.346 s
Largest Contentful Paint (LCP) [median]3.771 s
Cumulative Layout Shift (CLS) [median]0.01
Total Blocking Time [median]41 ms
Max Potential FID [median]88 ms
CPU metrics
CPU long tasks [median]3
CPU longest task duration112 ms
CPU last long task happens at4.573 s
Visual Metrics
First Visual Change [median]3.370 s
Speed Index [median]3.597 s
Visual Complete 85% [median]3.803 s
Visual Complete 99% [median]4.871 s
Last Visual Change [median]4.871 s
Screenshot of run 5

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange2.500 s3.370 s4.494 s9.300 s
LastVisualChange3.933 s4.871 s5.961 s10.800 s
SpeedIndex2.732 s3.597 s4.705 s9.517 s
VisualReadiness1.400 s1.500 s1.467 s1.501 s
VisualComplete852.966 s3.803 s4.887 s9.733 s
VisualComplete953.566 s4.804 s5.661 s10.433 s
VisualComplete993.933 s4.871 s5.961 s10.800 s
Google Web Vitals
Time To First Byte (TTFB)703 ms1.711 s2.839 s8.196 s
Largest Contentful Paint (LCP)2.888 s3.771 s4.845 s9.709 s
First Contentful Paint (FCP)2.498 s3.346 s4.478 s9.284 s
Cumulative Layout Shift (CLS)0.00750.00780.00790.0083
More metrics
firstPaint2.498 s3.346 s4.478 s9.284 s
loadEventEnd5.933 s7.857 s8.585 s13.041 s
CPU
Total Blocking Time38 ms41 ms48 ms62 ms
Max Potential FID88 ms88 ms93 ms112 ms
CPU long tasks 2336
CPU last long task happens at3.642 s4.573 s5.614 s10.556 s
| Waterfall | | Download HAR | 

Waterfall

Run 5 SpeedIndex median

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
3.4 sFirst Contentful Paint 3.346 sFirst Visual Change 3.370 s
3.5 sLayout Shift 0.00333 3.497 s
3.6 sDOM Content Loaded Time 3.516 sLayout Shift 0.00192 3.600 s
3.7 sLayout Shift 0.00045 3.670 s
3.8 sLCP <DIV> 3.771 s
3.9 sVisual Complete 85% 3.803 sLayout Shift 0.00001 3.883 sLayout Shift 0.00003 3.900 s
4 sLayout Shift 0.00004 3.933 sLayout Shift 0.00005 3.950 sLayout Shift 0.00007 3.983 s
4.1 sLayout Shift 0.00010 4.033 sLayout Shift 0.00012 4.084 s
4.2 sCPU Long Task duration 88 ms
4.3 sLayout Shift 0.00076 4.226 s
4.4 sLayout Shift 0.00029 4.373 s
4.5 s
4.6 sCPU Long Task duration 50 ms
4.7 sLayout Shift 0.00032 4.624 s
4.8 s
4.9 sVisual Complete 95% 4.804 sLast Visual Change 4.871 sVisual Complete 99% 4.871 s
| Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on privacy and best practices. Tested using Coach-core version 8.0.2.

I am the coach

Coach score

Performance advice (46)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 9 blocking requests and 2 in body parser blocking (7 JavaScript and 4 CSS). There are 1 potentially render blocking requests. You need to verify if it is render blocking: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js29
Description: The critical rendering path is what the browser needs to do to start rendering the page. Every file requested inside of the head element will postpone the rendering of the page, because the browser need to do the request. Avoid loading JavaScript synchronously inside of the head (you should not need JavaScript to render the page), request files from the same domain as the main document (to avoid DNS lookups) and inline CSS for really fast rendering and a short rendering path.
Offenders:
  • https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js
  • https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
  • https://gsw.silverchair-cdn.com/Themes/Silver/app/vendor/v-638630725567910987/jq...rate-3.1.0.min.js
  • https://widgets.figshare.com/static/figshare.js
  • https://gsw.silverchair-cdn.com/Themes/Client/app/jsdist/v-638645464395404266/site.min.js
  • https://gsw.silverchair-cdn.com/gsw/scm.proxylogging.js
  • https://www.medtargetsystem.com/js/build/iframe/slim_signal.js?1729889578
  • Don't scale images in the browser (avoidScalingImages)The page has 1 image that are scaled more than 100 pixels. It would be better if those images are sent so the browser don't need to scale them.90
    Description: It's easy to scale images in the browser and make sure they look good in different devices, however that is bad for performance! Scaling images in the browser takes extra CPU time and will hurt performance on mobile. And the user will download extra kilobytes (sometimes megabytes) of data that could be avoided. Don't do that, make sure you create multiple version of the same image server-side and serve the appropriate one.
    Offenders:
  • https://cookie-cdn.cookiepro.com/logos/5a3224e5-ab28-43ab-b955-60f64c7159db/018e...66c926056/GSW.png
  • Have a fast first contentful paint (firstContentfulPaint)First contentful paint can be improved (2.498 s). It is in the Google Web Vitals needs improvement range, slower than 1.8 seconds.50
    Description: The First Contentful Paint (FCP) metric measures the time from when the page starts loading to when any part of the page content is rendered on the screen. For this metric, "content" refers to text, images (including background images), <svg> elements, or non-white <canvas> elements.
    Avoid using Google Tag Manager. (googleTagManager)The page is using Google Tag Manager, this is a performance risk since non-tech users can add JavaScript to your page.0
    Description: Google Tag Manager makes it possible for non tech users to add scripts to your page that will downgrade performance.
    Inline CSS for faster first render (inlineCss)The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.95
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Have a fast largest contentful paint (largestContentfulPaint)Largest contentful paint can be improved 2.888 s. It is in the Google Web Vitals needs improvement range, slower than 2.5 seconds.80
    Description: Largest contentful paint is one of Google Web Vitals and reports the render time of the largest image or text block visible within the viewport, relative to when the page first started loading. To be fast according to Google, it needs to render before 2.5 seconds and results over 4 seconds is poor performance.
    Offenders:
  • https://gsw.silverchair-cdn.com/Themes/Client/app/img/contours_background.png
  • Avoid CPU Long Tasks (longTasks)The page has 6 CPU long tasks with the total of 378 ms. The total blocking time is 60 ms and 2 long tasks before first contentful paint with total time of 118 ms. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.0
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • unknown
  • unknown
  • self
  • self
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 8 requests inside of the head that can cause a SPOF (single point of failure). Load them asynchronously or move them outside of the document head.50
    Description: A page can be stopped from loading in the browser if a single JavaScript, CSS, and in some cases a font, couldn't be fetched or is loading really slowly (the white screen of death). That is a scenario you really want to avoid. Never load 3rd-party components synchronously inside of the head tag.
    Offenders:
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638645464278752805/site.min.css
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/icons/v-638630724299031743/style.css
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638630724298481693/bg_img.css
  • https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700
  • https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js
  • https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
  • https://gsw.silverchair-cdn.com/Themes/Silver/app/vendor/v-638630725567910987/jq...rate-3.1.0.min.js
  • https://widgets.figshare.com/static/figshare.js
  • Avoid doing redirects (assetsRedirects)The page has 19 redirects. 1 of the redirects are from the base domain, please fix them! 18 requests are from other domains, it could be 3rd-party assets doing unnecessary redirects. :(0
    Description: A redirect is one extra step for the user to download the asset. Avoid that if you want to be fast. Redirects are even more of a showstopper on mobile.
    Offenders:
  • https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/scripts/jsd/main.js
  • https://l.sharethis.com/pview...arethis.com/pview
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=
  • https://bcp.crwdcntrl.net/5/c=9084/tp=SARE/tpid=ZGNACmccBScAAAAIFQaZAw%3D%3D&gdp...r=0&gdpr_consent=
  • https://match.adsrvr.org/track/cmf/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent=
  • https://ps.eyeota.net/pixel?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent=
  • https://ml314.com/utsync.ashx...4.com/utsync.ashx
  • https://cms.analytics.yahoo.com/cms?partner_id=SHARE&gdpr=0&euconsent=
  • https://px.ads.linkedin.com/collect...kedin.com/collect
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=&xl8blockcheck=1
  • https://idsync.rlcdn.com/395886.gif?partner_uid=3647963537884053529
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&euconsent=
  • https://match.adsrvr.org/track/cmb/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent=
  • https://ps.eyeota.net/pixel/bounce/?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent=
  • https://px.ads.linkedin.com/collect...kedin.com/collect
  • https://www.linkedin.com/px/li_sync...in.com/px/li_sync
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&gdpr_consent=&verify=true
  • https://idsync.rlcdn.com/1000.gif...lcdn.com/1000.gif
  • https://idsync.rlcdn.com/386076.gif?partner_uid=ZGNACmccBScAAAAIFQaZAw%3D%3D&gdpr=0&gdpr_consent=
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 47 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 198.5 kB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location
  • https://l.sharethis.com/pview...arethis.com/pview
  • https://rev.trendmd.com/ad-sets/identifier
  • https://l.sharethis.com/sc....sharethis.com/sc
  • https://js.hsleadflows.net/leadflows.js
  • https://api.hubapi.com/hs-script-loader-public/v1/config/pixels-and-events/json?portalId=21550794
  • https://sync.sharethis.com/panorama...this.com/panorama
  • https://forms.hscollectedforms.net/collected-forms/v1/config/json?portalId=21550794&utk=
  • https://forms.hsforms.com/embed/v3/counters.gif?key=collected-forms-embed-js-form-bind&count=1
  • https://gsw.hum.works/events/api/tracker/settings?beaconKey=main&_kid=prod-key-gsw-emjipblxfq
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=
  • https://bcp.crwdcntrl.net/5/c=9084/tp=SARE/tpid=ZGNACmccBScAAAAIFQaZAw%3D%3D&gdp...r=0&gdpr_consent=
  • https://match.adsrvr.org/track/cmf/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent=
  • https://ps.eyeota.net/pixel?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent=
  • https://ml314.com/utsync.ashx...4.com/utsync.ashx
  • https://cms.analytics.yahoo.com/cms?partner_id=SHARE&gdpr=0&euconsent=
  • https://px.ads.linkedin.com/attribution_trigger...tribution_trigger
  • https://px.ads.linkedin.com/collect...kedin.com/collect
  • https://sync.sharethis.com/int/lotame?uid=781eb816f16ad41882294695166b302b&gdpr=0&gdpr_consent=
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=&xl8blockcheck=1
  • https://idsync.rlcdn.com/395886.gif?partner_uid=3647963537884053529
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&euconsent=
  • https://match.adsrvr.org/track/cmb/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent=
  • https://ps.eyeota.net/pixel/bounce/?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent=
  • https://sync.sharethis.com/nlsn?uid=9f4582e60623e950e6732e36937793cf
  • https://sync.sharethis.com/ttd?uid=74b4ba34-88ed-4244-bef0-3148563e6fbc&gdpr=0&gdpr_consent=
  • https://px.ads.linkedin.com/collect...kedin.com/collect
  • https://sync.sharethis.com/eyeota...rethis.com/eyeota
  • https://www.linkedin.com/px/li_sync...in.com/px/li_sync
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&gdpr_consent=&verify=true
  • https://sync.sharethis.com/yahoo?uid=y-TT6SocNE2oNQHNOSlnMiMEzS.VDnmAbHdLc-~A&gdpr=0
  • https://idsync.rlcdn.com/1000.gif...lcdn.com/1000.gif
  • https://px.ads.linkedin.com/collect...kedin.com/collect
  • https://ml314.com/csync.ashx...14.com/csync.ashx
  • https://track.hubspot.com/__ptq.gif...pot.com/__ptq.gif
  • https://forms.hubspot.com/lead-flows-config/v1/config/json...ig/v1/config/json
  • https://flowtype.press/?test=true
  • https://www.medtargetsystem.com/beacon/portal-lite...eacon/portal-lite
  • https://www.medtargetsystem.com/js/build/iframe/slim_signal.js?1729889578
  • https://www.medtargetsystem.com/_itu.png#1729889563000
  • https://segments.company-target.com/log...ny-target.com/log
  • https://ib.adnxs.com/getuid....adnxs.com/getuid
  • https://px.ads.linkedin.com/db_sync...kedin.com/db_sync
  • https://px.owneriq.net/eucm/p/stc...iq.net/eucm/p/stc
  • https://idsync.rlcdn.com/386076.gif?partner_uid=ZGNACmccBScAAAAIFQaZAw%3D%3D&gdpr=0&gdpr_consent=
  • https://i.liadm.com/s/55128
  • https://pippio.com/api/sync...ppio.com/api/sync
  • Long cache headers is good (cacheHeadersLong)The page has 52 requests that have a shorter cache time than 30 days (but still a cache time).48
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js
  • https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700
  • https://widgets.figshare.com/static/figshare.js
  • https://cookie-cdn.cookiepro.com/consent/0a0df4e2-7c39-444e-af19-8bdf8992fe98/0a...8bdf8992fe98.json
  • https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/otBannerSdk.js
  • https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/scripts/jsd/main.js
  • https://cookie-cdn.cookiepro.com/consent/0a0df4e2-7c39-444e-af19-8bdf8992fe98/f5...afed24a13/en.json
  • https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/e1a56f38220d/main.js?
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otFlat.json
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/v2/otPcCenter.json
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otCookieSettingsButton.json
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otCommonStyles.css
  • https://www.googletagmanager.com/gtm.js?id=GTM-TVJCJ67
  • https://js.trendmd.com/trendmd.min.js
  • https://platform-api.sharethis.com/js/sharethis.js#property=643701de45aa460012e1032e&product=sop
  • https://securepubads.g.doubleclick.net/tag/js/gpt.js
  • https://cookie-cdn.cookiepro.com/logos/static/ot_close.svg
  • https://cookie-cdn.cookiepro.com/logos/static/ot_guard_logo.svg
  • https://cookie-cdn.cookiepro.com/logos/5a3224e5-ab28-43ab-b955-60f64c7159db/018e...66c926056/GSW.png
  • https://cookie-cdn.cookiepro.com/logos/static/cookiepro_logo.png
  • https://cookie-cdn.cookiepro.com/logos/static/poweredBy_cp_logo.svg
  • https://rev.trendmd.com/ad-sets/identifier
  • https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=pubs.geoscienceworld.org
  • https://buttons-config.sharethis.com/js/643701de45aa460012e1032e.js
  • https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c
  • https://static.hotjar.com/c/hotjar-2619384.js?sv=7
  • https://js.hs-scripts.com/21550794.js
  • https://gsw.hum.works/js/main.js
  • https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/settings
  • https://js.hs-banner.com/21550794.js
  • https://js.hs-analytics.net/analytics/1729889400000/21550794.js
  • https://js.hscollectedforms.net/collectedforms.js
  • https://js.hsadspixel.net/fb.js
  • https://t.sharethis.com/1/k/t.dhj?cid=c010&cls=B&dmn=pubs.geoscienceworld.org&rnd=1729889563800
  • https://platform-api.sharethis.com/panorama.js
  • https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/settings
  • https://www.googletagmanager.com/gtag/js?id=G-781B8JFM4R&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-11RK1D9N56&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-MKZCHDYBTN&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-KZ8XM8M5S3&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-LK2NSTY4C0&cx=c&_slc=1
  • https://js.trendmd.com/polyfills.js?0.477.0
  • https://www.googletagmanager.com/gtag/js?id=G-5FBFHZKYCW&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-HP48M3E3R7&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-YY6XD0X474&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-RBDZFVMYBJ&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-2ZJXB7SCK6&cx=c&_slc=1
  • https://t.sharethis.com/a/t_.htm...this.com/a/t_.htm
  • https://js.trendmd.com/widget.js?0.477.0
  • https://snap.licdn.com/li.lms-analytics/insight.min.js
  • https://t.sharethis.com/1.1572.23404/a/US/t_.js....23404/a/US/t_.js
  • Always compress text content (compressAssets)The page has 3 requests that are served uncompressed. You could save a lot of bytes by sending them compressed instead.70
    Description: In the early days of the Internet there were browsers that didn't support compressing (gzipping) text content. They do now. Make sure you compress HTML, JSON, JavaScript, CSS and SVG. It will save bytes for the user; making the page load faster and use less bandwith.
    Offenders:
    URLTransfer sizeContent size
    https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/e1a56f38220d/main.js? 3.8 KB7.9 KB
    https://gsw.hum.works/js/main.js 312.5 KB312.1 KB
    https://gsw.hum.works/events/api/tracker/settings?beaconKey=main&_kid=prod-key-gsw-emjipblxfq 71.9 KB71.8 KB
    Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 60.9 kB and uncompressed size is 413.2 kB. That is big and the CSS could most probably be smaller.50
    Description: Delivering a massive amount of CSS to the browser is not the best thing you can do, because it means more work for the browser when parsing the CSS against the HTML and that makes the rendering slower. Try to send only the CSS that is used on that page. And make sure to remove CSS rules when they aren't used anymore.
    Offenders:
    URLTransfer sizeContent size
    https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638645464278752805/site.min.css 52.1 KB366.4 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/css/icons/v-638630724299031743/style.css 1.6 KB8.5 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638630724298481693/bg_img.css 452 B661 B
    https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700 933 B3.8 KB
    https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otCommonStyles.css 4.4 KB24.2 KB
    Avoid redirecting the main document (documentRedirect)The main document gets redirected 1 time(s). Remove those redirect and make the page faster!0
    Description: You should never ever redirect the main document, because it will make the page load slower for the user. Well, you should redirect the user if the user tries to use HTTP and there's an HTTPS version of the page. The coach checks for that. :)
    Offenders:
  • https://pubs.geoscienceworld.org/search-results?page=1&quicknav=1&q=riess%201998
  • Avoid too many fonts (fewFonts)The page has 3 font requests. Do you really need them? What value does the fonts give the user?70
    Description: How many fonts do you need on a page for the user to get the message? Fonts can slow down the rendering of content, try to avoid loading too many of them because worst case it can make the text invisible until they are loaded (FOIT—flash of invisible text), best case they will flicker the text content when they arrive.
    Offenders:
  • https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2
  • https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAXC-q.woff2
  • https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2
  • Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 2.8 MB and the uncompressed size is 8.7 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js 7.6 KB21.9 KB
    https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js 30.7 KB86.1 KB
    https://gsw.silverchair-cdn.com/Themes/Silver/app/vendor/v-638630725567910987/jq...rate-3.1.0.min.js 3.4 KB8.8 KB
    https://widgets.figshare.com/static/figshare.js 34.4 KB101.6 KB
    https://cookie-cdn.cookiepro.com/consent/0a0df4e2-7c39-444e-af19-8bdf8992fe98/0a...8bdf8992fe98.json 2.3 KB4.4 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/jsdist/v-638645464395404266/site.min.js 144.1 KB519.7 KB
    https://gsw.silverchair-cdn.com/gsw/scm.proxylogging.js 582 B386 B
    https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js 226.4 KB1.1 MB
    https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/otBannerSdk.js 104.6 KB449.5 KB
    https://cookie-cdn.cookiepro.com/consent/0a0df4e2-7c39-444e-af19-8bdf8992fe98/f5...afed24a13/en.json 10.1 KB41.2 KB
    https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/e1a56f38220d/main.js? 3.8 KB7.9 KB
    https://www.googletagmanager.com/gtm.js?id=GTM-TVJCJ67 108.0 KB313.1 KB
    https://js.trendmd.com/trendmd.min.js 3.1 KB6.7 KB
    https://platform-api.sharethis.com/js/sharethis.js#property=643701de45aa460012e1032e&product=sop 46.2 KB205.7 KB
    https://securepubads.g.doubleclick.net/tag/js/gpt.js 33.1 KB103.7 KB
    https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202410210101/pubads_impl.js 149.4 KB481.0 KB
    https://buttons-config.sharethis.com/js/643701de45aa460012e1032e.js 1.0 KB708 B
    https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c 112.3 KB345.5 KB
    https://www.google-analytics.com/analytics.js 21.1 KB51.7 KB
    https://static.hotjar.com/c/hotjar-2619384.js?sv=7 6.3 KB15.2 KB
    https://js.hs-scripts.com/21550794.js 1.0 KB2.5 KB
    https://gsw.hum.works/js/main.js 312.5 KB312.1 KB
    https://js.hsleadflows.net/leadflows.js 92.1 KB550.3 KB
    https://js.hs-banner.com/21550794.js 18.9 KB62.3 KB
    https://js.hs-analytics.net/analytics/1729889400000/21550794.js 24.6 KB68.4 KB
    https://js.hscollectedforms.net/collectedforms.js 24.5 KB68.8 KB
    https://js.hsadspixel.net/fb.js 3.6 KB6.2 KB
    https://t.sharethis.com/1/k/t.dhj?cid=c010&cls=B&dmn=pubs.geoscienceworld.org&rnd=1729889563800 1.4 KB2.3 KB
    https://platform-api.sharethis.com/panorama.js 11.6 KB38.6 KB
    https://script.hotjar.com/modules.67d7d905831ab88336d0.js 55.2 KB221.4 KB
    https://www.googletagmanager.com/gtag/js?id=G-781B8JFM4R&cx=c&_slc=1 97.5 KB277.7 KB
    https://www.googletagmanager.com/gtag/js?id=G-11RK1D9N56&cx=c&_slc=1 96.7 KB274.5 KB
    https://www.googletagmanager.com/gtag/js?id=G-MKZCHDYBTN&cx=c&_slc=1 97.1 KB274.1 KB
    https://www.googletagmanager.com/gtag/js?id=G-KZ8XM8M5S3&cx=c&_slc=1 94.6 KB267.0 KB
    https://www.googletagmanager.com/gtag/js?id=G-LK2NSTY4C0&cx=c&_slc=1 97.1 KB274.1 KB
    https://js.trendmd.com/polyfills.js?0.477.0 49.1 KB134.8 KB
    https://www.googletagmanager.com/gtag/js?id=G-5FBFHZKYCW&cx=c&_slc=1 102.9 KB292.9 KB
    https://www.googletagmanager.com/gtag/js?id=G-HP48M3E3R7&cx=c&_slc=1 94.6 KB267.0 KB
    https://www.googletagmanager.com/gtag/js?id=G-YY6XD0X474&cx=c&_slc=1 94.6 KB267.0 KB
    https://www.googletagmanager.com/gtag/js?id=G-RBDZFVMYBJ&cx=c&_slc=1 94.7 KB267.0 KB
    https://www.googletagmanager.com/gtag/js?id=G-2ZJXB7SCK6&cx=c&_slc=1 94.5 KB267.0 KB
    https://js.trendmd.com/widget.js?0.477.0 61.4 KB243.2 KB
    https://snap.licdn.com/li.lms-analytics/insight.min.js 14.5 KB40.2 KB
    https://t.sharethis.com/1.1572.23404/a/US/t_.js....23404/a/US/t_.js 11.1 KB36.9 KB
    https://px.ads.linkedin.com/collect...kedin.com/collect 352 B0 b
    https://www.medtargetsystem.com/js/build/iframe/slim_signal.js?1729889578 20.3 KB103.2 KB
    Avoid using incorrect mime types (mimeTypes)The page has 4 misconfigured mime types. 96
    Description: It's not a great idea to let browsers guess content types (content sniffing), in some cases it can actually be a security risk.
    Offenders:
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/icons/v-638630724299031743...s/white-label.ttf
  • https://rev.trendmd.com/ad-sets/identifier
  • https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/settings
  • https://flowtype.press/?test=true
  • Make each CSS response small (optimalCssSize)https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638645464278752805/site.min.css size is 53.3 kB (53317) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.90
    Description: Make CSS responses small to fit into the magic number TCP window size of 14.5 KB. The browser can then download the CSS faster and that will make the page start rendering earlier.
    Offenders:
    URLTransfer sizeContent size
    https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638645464278752805/site.min.css 52.1 KB366.4 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 3.7 MB, which is more than the coach limit of 2 MB. That is really big and you need to make it smaller.0
    Description: Avoid having pages that have a transfer size over the wire of more than 2 MB (desktop) and 1 MB (mobile) because that is really big and will hurt performance and will make the page expensive for the user if she/he pays for the bandwidth.
    Offenders:
    URLTransfer sizeContent size
    https://pubs.geoscienceworld.org/search-results?page=1&quicknav=1&q=riess%201998 N/A0 b
    https://pubs.geoscienceworld.org/search-results?page=1&quicknav=1&q=riess%201998 85.3 KB559.9 KB
    https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js 7.6 KB21.9 KB
    https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js 30.7 KB86.1 KB
    https://gsw.silverchair-cdn.com/Themes/Silver/app/vendor/v-638630725567910987/jq...rate-3.1.0.min.js 3.4 KB8.8 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638645464278752805/site.min.css 52.1 KB366.4 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/css/icons/v-638630724299031743/style.css 1.6 KB8.5 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638630724298481693/bg_img.css 452 B661 B
    https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700 933 B3.8 KB
    https://widgets.figshare.com/static/figshare.js 34.4 KB101.6 KB
    https://gsw.silverchair-cdn.com/UI/app/svg/umbrella/gsw-20years-logo-horizontal-white.svg 3.7 KB9.8 KB
    https://gsw.silverchair-cdn.com/data/SiteBuilderAssets/Live/Images/ComingSoon.svg 2.8 KB8.2 KB
    https://cookie-cdn.cookiepro.com/consent/0a0df4e2-7c39-444e-af19-8bdf8992fe98/0a...8bdf8992fe98.json 2.3 KB4.4 KB
    https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location 302 B69 B
    https://gsw.silverchair-cdn.com/UI/app/svg/umbrella/logo-gsw.svg?versionId=3454 3.7 KB9.6 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/jsdist/v-638645464395404266/site.min.js 144.1 KB519.7 KB
    https://gsw.silverchair-cdn.com/gsw/scm.proxylogging.js 582 B386 B
    https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js 226.4 KB1.1 MB
    https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/otBannerSdk.js 104.6 KB449.5 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/img/masthead_with_bg.png 336.5 KB336.1 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/img/contours_background.png 157.9 KB157.6 KB
    https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2 23.1 KB23.0 KB
    https://gsw.silverchair-cdn.com/Themes/Client/app/css/icons/v-638630724299031743...s/white-label.ttf 26.0 KB25.4 KB
    https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAXC-q.woff2 23.9 KB23.8 KB
    https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2 23.0 KB22.5 KB
    https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/scripts/jsd/main.js N/A0 b
    https://cookie-cdn.cookiepro.com/consent/0a0df4e2-7c39-444e-af19-8bdf8992fe98/f5...afed24a13/en.json 10.1 KB41.2 KB
    https://pubs.geoscienceworld.org/Citation/GetResourcesInCitationManager 198 B111 B
    https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/e1a56f38220d/main.js? 3.8 KB7.9 KB
    https://gsw.silverchair-cdn.com/gsw/Content_public/Journal/jpaleontol/85/1/10.16...-85-1-32-f01.jpeg 7.4 KB7.3 KB
    https://gsw.silverchair-cdn.com/gsw/Content_public/Journal/jpaleontol/85/1/10.16...-85-1-32-f02.jpeg 6.3 KB6.1 KB
    https://gsw.silverchair-cdn.com/gsw/Content_public/Journal/jpaleontol/85/1/10.16...-85-1-32-f03.jpeg 7.8 KB7.7 KB
    https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otFlat.json 3.3 KB13.3 KB
    https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/v2/otPcCenter.json 12.6 KB61.9 KB
    https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otCookieSettingsButton.json 1.8 KB4.6 KB
    https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otCommonStyles.css 4.4 KB24.2 KB
    https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/jsd/r/8d8517c20cdd20d1 631 B0 b
    https://www.googletagmanager.com/gtm.js?id=GTM-TVJCJ67 108.0 KB313.1 KB
    https://js.trendmd.com/trendmd.min.js 3.1 KB6.7 KB
    https://platform-api.sharethis.com/js/sharethis.js#property=643701de45aa460012e1032e&product=sop 46.2 KB205.7 KB
    https://securepubads.g.doubleclick.net/tag/js/gpt.js 33.1 KB103.7 KB
    https://cookie-cdn.cookiepro.com/logos/static/ot_close.svg 572 B651 B
    https://cookie-cdn.cookiepro.com/logos/static/ot_guard_logo.svg 471 B497 B
    https://cookie-cdn.cookiepro.com/logos/5a3224e5-ab28-43ab-b955-60f64c7159db/018e...66c926056/GSW.png 4.1 KB3.9 KB
    https://cookie-cdn.cookiepro.com/logos/static/cookiepro_logo.png 32.7 KB32.5 KB
    https://cookie-cdn.cookiepro.com/logos/static/poweredBy_cp_logo.svg 2.3 KB5.3 KB
    https://rev.trendmd.com/ad-sets/identifier 0 b0 b
    https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202410210101/pubads_impl.js 149.4 KB481.0 KB
    https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=pubs.geoscienceworld.org 583 B72 B
    https://buttons-config.sharethis.com/js/643701de45aa460012e1032e.js 1.0 KB708 B
    https://l.sharethis.com/pview...arethis.com/pview 252 B0 b
    https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c 112.3 KB345.5 KB
    https://www.google-analytics.com/analytics.js 21.1 KB51.7 KB
    https://static.hotjar.com/c/hotjar-2619384.js?sv=7 6.3 KB15.2 KB
    https://js.hs-scripts.com/21550794.js 1.0 KB2.5 KB
    https://gsw.hum.works/js/main.js 312.5 KB312.1 KB
    https://rev.trendmd.com/ad-sets/identifier 732 B81 B
    https://l.sharethis.com/sc....sharethis.com/sc 176 B176 B
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/settings 0 b0 b
    https://www.google-analytics.com/j/collect...ics.com/j/collect 286 B15 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 40 B3 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 50 B15 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 38 B3 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 38 B3 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 50 B15 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 50 B15 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 50 B15 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 50 B15 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 50 B15 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 50 B15 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 50 B15 B
    https://www.google-analytics.com/j/collect...ics.com/j/collect 50 B15 B
    https://js.hsleadflows.net/leadflows.js 92.1 KB550.3 KB
    https://js.hs-banner.com/21550794.js 18.9 KB62.3 KB
    https://js.hs-analytics.net/analytics/1729889400000/21550794.js 24.6 KB68.4 KB
    https://js.hscollectedforms.net/collectedforms.js 24.5 KB68.8 KB
    https://js.hsadspixel.net/fb.js 3.6 KB6.2 KB
    https://t.sharethis.com/1/k/t.dhj?cid=c010&cls=B&dmn=pubs.geoscienceworld.org&rnd=1729889563800 1.4 KB2.3 KB
    https://platform-api.sharethis.com/panorama.js 11.6 KB38.6 KB
    https://script.hotjar.com/modules.67d7d905831ab88336d0.js 55.2 KB221.4 KB
    https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/settings 1.0 KB576 B
    https://www.googletagmanager.com/gtag/js?id=G-781B8JFM4R&cx=c&_slc=1 97.5 KB277.7 KB
    https://www.googletagmanager.com/gtag/js?id=G-11RK1D9N56&cx=c&_slc=1 96.7 KB274.5 KB
    https://www.googletagmanager.com/gtag/js?id=G-MKZCHDYBTN&cx=c&_slc=1 97.1 KB274.1 KB
    https://www.googletagmanager.com/gtag/js?id=G-KZ8XM8M5S3&cx=c&_slc=1 94.6 KB267.0 KB
    https://www.googletagmanager.com/gtag/js?id=G-LK2NSTY4C0&cx=c&_slc=1 97.1 KB274.1 KB
    https://bcp.crwdcntrl.net/6/map 634 B235 B
    https://js.trendmd.com/polyfills.js?0.477.0 49.1 KB134.8 KB
    https://www.googletagmanager.com/gtag/js?id=G-5FBFHZKYCW&cx=c&_slc=1 102.9 KB292.9 KB
    https://www.googletagmanager.com/gtag/js?id=G-HP48M3E3R7&cx=c&_slc=1 94.6 KB267.0 KB
    https://www.googletagmanager.com/gtag/js?id=G-YY6XD0X474&cx=c&_slc=1 94.6 KB267.0 KB
    https://www.googletagmanager.com/gtag/js?id=G-RBDZFVMYBJ&cx=c&_slc=1 94.7 KB267.0 KB
    https://www.googletagmanager.com/gtag/js?id=G-2ZJXB7SCK6&cx=c&_slc=1 94.5 KB267.0 KB
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    https://api.hubapi.com/hs-script-loader-public/v1/config/pixels-and-events/json?portalId=21550794 785 B114 B
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    https://sync.sharethis.com/panorama...this.com/panorama 42 B42 B
    https://forms.hscollectedforms.net/collected-forms/v1/config/json?portalId=21550794&utk= 731 B136 B
    https://t.sharethis.com/a/t_.htm...this.com/a/t_.htm 1.8 KB3.9 KB
    https://gsw.hum.works/events/api/tracker/settings?beaconKey=main&_kid=prod-key-gsw-emjipblxfq 0 b0 b
    https://js.trendmd.com/widget.js?0.477.0 61.4 KB243.2 KB
    https://snap.licdn.com/li.lms-analytics/insight.min.js 14.5 KB40.2 KB
    https://forms.hsforms.com/embed/v3/counters.gif?key=collected-forms-embed-js-form-bind&count=1 464 B35 B
    https://t.sharethis.com/1.1572.23404/a/US/t_.js....23404/a/US/t_.js 11.1 KB36.9 KB
    https://gsw.hum.works/events/api/tracker/settings?beaconKey=main&_kid=prod-key-gsw-emjipblxfq 71.9 KB71.8 KB
    https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent= N/A0 b
    https://bcp.crwdcntrl.net/5/c=9084/tp=SARE/tpid=ZGNACmccBScAAAAIFQaZAw%3D%3D&gdp...r=0&gdpr_consent= N/A0 b
    https://match.adsrvr.org/track/cmf/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent= N/A0 b
    https://ps.eyeota.net/pixel?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent= 267 B0 b
    https://ml314.com/utsync.ashx...4.com/utsync.ashx N/A0 b
    https://cms.analytics.yahoo.com/cms?partner_id=SHARE&gdpr=0&euconsent= N/A0 b
    https://gsw.hum.works/events/api/tracker/personalization/ce52cfb4-c84c-4fd1-b701...b701-05ad313fd649 0 b0 b
    https://px.ads.linkedin.com/attribution_trigger...tribution_trigger 748 B2 B
    https://px.ads.linkedin.com/collect...kedin.com/collect N/A0 b
    https://gsw.hum.works/events/api/event/batch?_kid=prod-key-gsw-emjipblxfq 0 b0 b
    https://sync.sharethis.com/int/lotame?uid=781eb816f16ad41882294695166b302b&gdpr=0&gdpr_consent= 42 B42 B
    https://gsw.hum.works/events/api/event/batch?_kid=prod-key-gsw-emjipblxfq 90 B12 B
    https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=&xl8blockcheck=1 N/A0 b
    https://idsync.rlcdn.com/395886.gif?partner_uid=3647963537884053529 N/A0 b
    https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&euconsent= N/A0 b
    https://match.adsrvr.org/track/cmb/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent= N/A0 b
    https://ps.eyeota.net/pixel/bounce/?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent= 121 B0 b
    https://sync.sharethis.com/nlsn?uid=9f4582e60623e950e6732e36937793cf 42 B42 B
    https://sync.sharethis.com/ttd?uid=74b4ba34-88ed-4244-bef0-3148563e6fbc&gdpr=0&gdpr_consent= 42 B42 B
    https://px.ads.linkedin.com/collect...kedin.com/collect N/A0 b
    https://sync.sharethis.com/eyeota...rethis.com/eyeota 42 B42 B
    https://www.linkedin.com/px/li_sync...in.com/px/li_sync N/A0 b
    https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&gdpr_consent=&verify=true N/A0 b
    https://sync.sharethis.com/yahoo?uid=y-TT6SocNE2oNQHNOSlnMiMEzS.VDnmAbHdLc-~A&gdpr=0 42 B42 B
    https://idsync.rlcdn.com/1000.gif...lcdn.com/1000.gif N/A0 b
    https://px.ads.linkedin.com/collect...kedin.com/collect 352 B0 b
    https://ml314.com/csync.ashx...14.com/csync.ashx 115 B43 B
    https://px.ads.linkedin.com/wa/ 169 B0 b
    https://track.hubspot.com/__ptq.gif...pot.com/__ptq.gif 1.2 KB45 B
    https://flowtype.press/?test=true N/A0 b
    https://gsw.silverchair-cdn.com/Themes/Client/app/img/favicons/v-638630724300081713/favicon.ico 5.2 KB14.7 KB
    https://forms.hubspot.com/lead-flows-config/v1/config/json...ig/v1/config/json 1.5 KB178 B
    https://www.google-analytics.com/g/collect...ics.com/g/collect N/A0 b
    https://flowtype.press/?test=true 19 B19 B
    https://www.medtargetsystem.com/beacon/portal-lite...eacon/portal-lite 1.1 KB2.0 KB
    https://www.medtargetsystem.com/js/build/iframe/slim_signal.js?1729889578 20.3 KB103.2 KB
    https://www.medtargetsystem.com/_itu.png#1729889563000 198 B89 B
    https://segments.company-target.com/log...ny-target.com/log 0 b0 b
    https://ib.adnxs.com/getuid....adnxs.com/getuid 40 B0 b
    https://px.ads.linkedin.com/db_sync...kedin.com/db_sync 340 B43 B
    https://px.owneriq.net/eucm/p/stc...iq.net/eucm/p/stc 0 b0 b
    https://idsync.rlcdn.com/386076.gif?partner_uid=ZGNACmccBScAAAAIFQaZAw%3D%3D&gdpr=0&gdpr_consent= N/A0 b
    https://i.liadm.com/s/55128 0 b0 b
    https://pippio.com/api/sync...ppio.com/api/sync 40 B0 b
    Don't use private headers on static content (privateAssets)The page has 19 requests with private headers. The main page has a private header. It could be right in some cases where the user can be logged in and served specific content. But if your asset is static it should never be private. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.0
    Description: If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private.
    Offenders:
  • https://pubs.geoscienceworld.org/search-results?page=1&quicknav=1&q=riess%201998
  • https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700
  • https://www.googletagmanager.com/gtm.js?id=GTM-TVJCJ67
  • https://securepubads.g.doubleclick.net/tag/js/gpt.js
  • https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=pubs.geoscienceworld.org
  • https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c
  • https://t.sharethis.com/1/k/t.dhj?cid=c010&cls=B&dmn=pubs.geoscienceworld.org&rnd=1729889563800
  • https://www.googletagmanager.com/gtag/js?id=G-781B8JFM4R&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-11RK1D9N56&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-MKZCHDYBTN&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-KZ8XM8M5S3&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-LK2NSTY4C0&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-5FBFHZKYCW&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-HP48M3E3R7&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-YY6XD0X474&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-RBDZFVMYBJ&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-2ZJXB7SCK6&cx=c&_slc=1
  • https://www.medtargetsystem.com/beacon/portal-lite...eacon/portal-lite
  • https://www.medtargetsystem.com/_itu.png#1729889563000
  • Avoid missing and error requests (responseOk)The page has 6 error responses. The page has 4 responses with code 404. The page has 2 responses with code 500. 40
    Description: Your page should never request assets that return a 400 or 500 error. These requests are never cached. If that happens something is broken. Please fix it.
    Offenders:
  • https://gsw.hum.works/events/api/tracker/personalization/ce52cfb4-c84c-4fd1-b701...b701-05ad313fd649
  • https://segments.company-target.com/log...ny-target.com/log
  • https://ib.adnxs.com/getuid....adnxs.com/getuid
  • https://px.owneriq.net/eucm/p/stc...iq.net/eucm/p/stc
  • https://i.liadm.com/s/55128
  • https://pippio.com/api/sync...ppio.com/api/sync
  • Best practice advice (71)

    TitleAdviceScore
    Meta description (metaDescription)The page is missing a meta description.0
    Description: Use a page description to make the page more relevant to search engines.
    Have a good URL format (url)The page is using more than two request parameters. You should really rethink and try to minimize the number of parameters. Could the developer or the CMS be on Windows? Avoid using spaces in the URLs, use hyphens or underscores. 40
    Description: A clean URL is good for the user and for SEO. Make them human readable, avoid too long URLs, spaces in the URL, too many request parameters, and never ever have the session id in your URL.
    Do not send too long headers (longHeaders)https://pubs.geoscie.../8d8517c20cdd20d1 has a header set-cookie that is 741 characters long. https://l.sharethis....arethis.com/pview has a header location that is 818 characters long. https://l.sharethis.....sharethis.com/sc has a header location that is 818 characters long. https://js.hs-banner.com/21550794.js has a header access-control-allow-headers that is 682 characters long. 96
    Description: Do not send response headers that are too long.
    Offenders:
  • https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/jsd/r/8d8517c20cdd20d1
  • https://l.sharethis.com/pview...arethis.com/pview
  • https://l.sharethis.com/sc....sharethis.com/sc
  • https://js.hs-banner.com/21550794.js
  • Avoid use too many response headers (manyHeaders)https://js.hsleadflows.net/leadflows.js has 34 headers.https://js.hs-banner.com/21550794.js has 31 headers.https://js.hscollect...collectedforms.js has 34 headers.https://js.hsadspixel.net/fb.js has 32 headers.96
    Description: Avoid send too many response headers.
    Offenders:
  • https://js.hsleadflows.net/leadflows.js
  • https://js.hs-banner.com/21550794.js
  • https://js.hscollectedforms.net/collectedforms.js
  • https://js.hsadspixel.net/fb.js
  • Avoid too many third party requests (thirdParty)The page do more requests to third party domains (152 requests and 3.6 MB) then first party (6 requests and 92 kB). The page transfer more bytes from third party domains (3.6 MB) then first party (92 kB). The regex .*geoscienceworld.* was used to calculate first/third party requests.0
    Description: Do not load most of your content from third party URLs.
    Avoid unnecessary headers (unnecessaryHeaders)There are 23 responses that sets a p3p header. There are 79 responses that sets both a max-age and expires header. There are 31 responses that sets a pragma no-cache header (that is a request header). There are 1 response that sets a x-frame-options:sameorigin header. There are 126 responses that sets a server header. 0
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://pubs.geoscienceworld.org/search-results?page=1&quicknav=1&q=riess%201998
  • https://pubs.geoscienceworld.org/search-results?page=1&quicknav=1&q=riess%201998
  • https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js
  • https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js
  • https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
  • https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
  • https://gsw.silverchair-cdn.com/Themes/Silver/app/vendor/v-638630725567910987/jq...rate-3.1.0.min.js
  • https://gsw.silverchair-cdn.com/Themes/Silver/app/vendor/v-638630725567910987/jq...rate-3.1.0.min.js
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638645464278752805/site.min.css
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638645464278752805/site.min.css
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/icons/v-638630724299031743/style.css
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/icons/v-638630724299031743/style.css
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638630724298481693/bg_img.css
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/v-638630724298481693/bg_img.css
  • https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700
  • https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700
  • https://widgets.figshare.com/static/figshare.js
  • https://widgets.figshare.com/static/figshare.js
  • https://gsw.silverchair-cdn.com/UI/app/svg/umbrella/gsw-20years-logo-horizontal-white.svg
  • https://gsw.silverchair-cdn.com/data/SiteBuilderAssets/Live/Images/ComingSoon.svg
  • https://cookie-cdn.cookiepro.com/consent/0a0df4e2-7c39-444e-af19-8bdf8992fe98/0a...8bdf8992fe98.json
  • https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location
  • https://gsw.silverchair-cdn.com/UI/app/svg/umbrella/logo-gsw.svg?versionId=3454
  • https://gsw.silverchair-cdn.com/Themes/Client/app/jsdist/v-638645464395404266/site.min.js
  • https://gsw.silverchair-cdn.com/Themes/Client/app/jsdist/v-638645464395404266/site.min.js
  • https://gsw.silverchair-cdn.com/gsw/scm.proxylogging.js
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/otBannerSdk.js
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/otBannerSdk.js
  • https://gsw.silverchair-cdn.com/Themes/Client/app/img/masthead_with_bg.png
  • https://gsw.silverchair-cdn.com/Themes/Client/app/img/masthead_with_bg.png
  • https://gsw.silverchair-cdn.com/Themes/Client/app/img/contours_background.png
  • https://gsw.silverchair-cdn.com/Themes/Client/app/img/contours_background.png
  • https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2
  • https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2
  • https://gsw.silverchair-cdn.com/Themes/Client/app/css/icons/v-638630724299031743...s/white-label.ttf
  • https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAXC-q.woff2
  • https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAXC-q.woff2
  • https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2
  • https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2
  • https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/scripts/jsd/main.js
  • https://cookie-cdn.cookiepro.com/consent/0a0df4e2-7c39-444e-af19-8bdf8992fe98/f5...afed24a13/en.json
  • https://pubs.geoscienceworld.org/Citation/GetResourcesInCitationManager
  • https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/e1a56f38220d/main.js?
  • https://gsw.silverchair-cdn.com/gsw/Content_public/Journal/jpaleontol/85/1/10.16...-85-1-32-f01.jpeg
  • https://gsw.silverchair-cdn.com/gsw/Content_public/Journal/jpaleontol/85/1/10.16...-85-1-32-f02.jpeg
  • https://gsw.silverchair-cdn.com/gsw/Content_public/Journal/jpaleontol/85/1/10.16...-85-1-32-f03.jpeg
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otFlat.json
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otFlat.json
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/v2/otPcCenter.json
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/v2/otPcCenter.json
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otCookieSettingsButton.json
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otCookieSettingsButton.json
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otCommonStyles.css
  • https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/assets/otCommonStyles.css
  • https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/jsd/r/8d8517c20cdd20d1
  • https://www.googletagmanager.com/gtm.js?id=GTM-TVJCJ67
  • https://www.googletagmanager.com/gtm.js?id=GTM-TVJCJ67
  • https://js.trendmd.com/trendmd.min.js
  • https://securepubads.g.doubleclick.net/tag/js/gpt.js
  • https://securepubads.g.doubleclick.net/tag/js/gpt.js
  • https://securepubads.g.doubleclick.net/tag/js/gpt.js
  • https://cookie-cdn.cookiepro.com/logos/static/ot_close.svg
  • https://cookie-cdn.cookiepro.com/logos/static/ot_close.svg
  • https://cookie-cdn.cookiepro.com/logos/static/ot_guard_logo.svg
  • https://cookie-cdn.cookiepro.com/logos/static/ot_guard_logo.svg
  • https://cookie-cdn.cookiepro.com/logos/5a3224e5-ab28-43ab-b955-60f64c7159db/018e...66c926056/GSW.png
  • https://cookie-cdn.cookiepro.com/logos/5a3224e5-ab28-43ab-b955-60f64c7159db/018e...66c926056/GSW.png
  • https://cookie-cdn.cookiepro.com/logos/static/cookiepro_logo.png
  • https://cookie-cdn.cookiepro.com/logos/static/cookiepro_logo.png
  • https://cookie-cdn.cookiepro.com/logos/static/poweredBy_cp_logo.svg
  • https://cookie-cdn.cookiepro.com/logos/static/poweredBy_cp_logo.svg
  • https://rev.trendmd.com/ad-sets/identifier
  • https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202410210101/pubads_impl.js
  • https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202410210101/pubads_impl.js
  • https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202410210101/pubads_impl.js
  • https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=pubs.geoscienceworld.org
  • https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=pubs.geoscienceworld.org
  • https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=pubs.geoscienceworld.org
  • https://buttons-config.sharethis.com/js/643701de45aa460012e1032e.js
  • https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c
  • https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c
  • https://www.google-analytics.com/analytics.js
  • https://www.google-analytics.com/analytics.js
  • https://js.hs-scripts.com/21550794.js
  • https://js.hs-scripts.com/21550794.js
  • https://gsw.hum.works/js/main.js
  • https://rev.trendmd.com/ad-sets/identifier
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/settings
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://js.hsleadflows.net/leadflows.js
  • https://js.hs-banner.com/21550794.js
  • https://js.hs-banner.com/21550794.js
  • https://js.hs-analytics.net/analytics/1729889400000/21550794.js
  • https://js.hs-analytics.net/analytics/1729889400000/21550794.js
  • https://js.hscollectedforms.net/collectedforms.js
  • https://js.hsadspixel.net/fb.js
  • https://t.sharethis.com/1/k/t.dhj?cid=c010&cls=B&dmn=pubs.geoscienceworld.org&rnd=1729889563800
  • https://rev.trendmd.com/ad-sets/b73a6071-c8d2-442b-a2c5-98a66baa87bb/settings
  • https://www.googletagmanager.com/gtag/js?id=G-781B8JFM4R&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-781B8JFM4R&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-11RK1D9N56&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-11RK1D9N56&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-MKZCHDYBTN&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-MKZCHDYBTN&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-KZ8XM8M5S3&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-KZ8XM8M5S3&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-LK2NSTY4C0&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-LK2NSTY4C0&cx=c&_slc=1
  • https://bcp.crwdcntrl.net/6/map
  • https://bcp.crwdcntrl.net/6/map
  • https://bcp.crwdcntrl.net/6/map
  • https://bcp.crwdcntrl.net/6/map
  • https://js.trendmd.com/polyfills.js?0.477.0
  • https://www.googletagmanager.com/gtag/js?id=G-5FBFHZKYCW&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-5FBFHZKYCW&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-HP48M3E3R7&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-HP48M3E3R7&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-YY6XD0X474&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-YY6XD0X474&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-RBDZFVMYBJ&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-RBDZFVMYBJ&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-2ZJXB7SCK6&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-2ZJXB7SCK6&cx=c&_slc=1
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://api.hubapi.com/hs-script-loader-public/v1/config/pixels-and-events/json?portalId=21550794
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://forms.hscollectedforms.net/collected-forms/v1/config/json?portalId=21550794&utk=
  • https://t.sharethis.com/a/t_.htm...this.com/a/t_.htm
  • https://gsw.hum.works/events/api/tracker/settings?beaconKey=main&_kid=prod-key-gsw-emjipblxfq
  • https://js.trendmd.com/widget.js?0.477.0
  • https://forms.hsforms.com/embed/v3/counters.gif?key=collected-forms-embed-js-form-bind&count=1
  • https://t.sharethis.com/1.1572.23404/a/US/t_.js....23404/a/US/t_.js
  • https://gsw.hum.works/events/api/tracker/settings?beaconKey=main&_kid=prod-key-gsw-emjipblxfq
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=
  • https://bcp.crwdcntrl.net/5/c=9084/tp=SARE/tpid=ZGNACmccBScAAAAIFQaZAw%3D%3D&gdp...r=0&gdpr_consent=
  • https://bcp.crwdcntrl.net/5/c=9084/tp=SARE/tpid=ZGNACmccBScAAAAIFQaZAw%3D%3D&gdp...r=0&gdpr_consent=
  • https://bcp.crwdcntrl.net/5/c=9084/tp=SARE/tpid=ZGNACmccBScAAAAIFQaZAw%3D%3D&gdp...r=0&gdpr_consent=
  • https://bcp.crwdcntrl.net/5/c=9084/tp=SARE/tpid=ZGNACmccBScAAAAIFQaZAw%3D%3D&gdp...r=0&gdpr_consent=
  • https://match.adsrvr.org/track/cmf/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent=
  • https://ps.eyeota.net/pixel?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent=
  • https://ml314.com/utsync.ashx...4.com/utsync.ashx
  • https://ml314.com/utsync.ashx...4.com/utsync.ashx
  • https://ml314.com/utsync.ashx...4.com/utsync.ashx
  • https://ml314.com/utsync.ashx...4.com/utsync.ashx
  • https://cms.analytics.yahoo.com/cms?partner_id=SHARE&gdpr=0&euconsent=
  • https://gsw.hum.works/events/api/event/batch?_kid=prod-key-gsw-emjipblxfq
  • https://sync.sharethis.com/int/lotame?uid=781eb816f16ad41882294695166b302b&gdpr=0&gdpr_consent=
  • https://sync.sharethis.com/int/lotame?uid=781eb816f16ad41882294695166b302b&gdpr=0&gdpr_consent=
  • https://sync.sharethis.com/int/lotame?uid=781eb816f16ad41882294695166b302b&gdpr=0&gdpr_consent=
  • https://sync.sharethis.com/int/lotame?uid=781eb816f16ad41882294695166b302b&gdpr=0&gdpr_consent=
  • https://gsw.hum.works/events/api/event/batch?_kid=prod-key-gsw-emjipblxfq
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=&xl8blockcheck=1
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=&xl8blockcheck=1
  • https://idsync.rlcdn.com/395886.gif?partner_uid=3647963537884053529
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&euconsent=
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&euconsent=
  • https://match.adsrvr.org/track/cmb/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent=
  • https://ps.eyeota.net/pixel/bounce/?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent=
  • https://sync.sharethis.com/nlsn?uid=9f4582e60623e950e6732e36937793cf
  • https://sync.sharethis.com/nlsn?uid=9f4582e60623e950e6732e36937793cf
  • https://sync.sharethis.com/ttd?uid=74b4ba34-88ed-4244-bef0-3148563e6fbc&gdpr=0&gdpr_consent=
  • https://sync.sharethis.com/eyeota...rethis.com/eyeota
  • https://www.linkedin.com/px/li_sync...in.com/px/li_sync
  • https://www.linkedin.com/px/li_sync...in.com/px/li_sync
  • https://www.linkedin.com/px/li_sync...in.com/px/li_sync
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&gdpr_consent=&verify=true
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&gdpr_consent=&verify=true
  • https://sync.sharethis.com/yahoo?uid=y-TT6SocNE2oNQHNOSlnMiMEzS.VDnmAbHdLc-~A&gdpr=0
  • https://idsync.rlcdn.com/1000.gif...lcdn.com/1000.gif
  • https://ml314.com/csync.ashx...14.com/csync.ashx
  • https://ml314.com/csync.ashx...14.com/csync.ashx
  • https://ml314.com/csync.ashx...14.com/csync.ashx
  • https://ml314.com/csync.ashx...14.com/csync.ashx
  • https://track.hubspot.com/__ptq.gif...pot.com/__ptq.gif
  • https://track.hubspot.com/__ptq.gif...pot.com/__ptq.gif
  • https://flowtype.press/?test=true
  • https://gsw.silverchair-cdn.com/Themes/Client/app/img/favicons/v-638630724300081713/favicon.ico
  • https://forms.hubspot.com/lead-flows-config/v1/config/json...ig/v1/config/json
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://flowtype.press/?test=true
  • https://www.medtargetsystem.com/beacon/portal-lite...eacon/portal-lite
  • https://www.medtargetsystem.com/beacon/portal-lite...eacon/portal-lite
  • https://www.medtargetsystem.com/js/build/iframe/slim_signal.js?1729889578
  • https://www.medtargetsystem.com/_itu.png#1729889563000
  • https://www.medtargetsystem.com/_itu.png#1729889563000
  • https://www.medtargetsystem.com/_itu.png#1729889563000
  • https://idsync.rlcdn.com/386076.gif?partner_uid=ZGNACmccBScAAAAIFQaZAw%3D%3D&gdpr=0&gdpr_consent=
  • https://pippio.com/api/sync...ppio.com/api/sync
  • Privacy advice (74)

    TitleAdviceScore
    Avoid using Google Analytics (ga)The page is using Google Analytics meaning you share your users private information with Google. You should use analytics that care about user privacy, something like https://matomo.org.0
    Description: Google Analytics share private user information with Google that your user hasn't agreed on sharing.
    Use a good Content-Security-Policy header to make sure you you avoid Cross Site Scripting (XSS) attacks. (contentSecurityPolicyHeader)Set a Content-Security-Policy header to make sure you are not open for Cross Site Scripting (XSS) attacks. You can start with setting a Content-Security-Policy-Report-Only header, that will only report the violation, not stop the download.0
    Description: Content Security Policy is delivered via a HTTP response header, and defines approved sources of content that the browser may load. It can be an effective countermeasure to Cross Site Scripting (XSS) attacks and is also widely supported and usually easily deployed. https://scotthelme.co.uk/content-security-policy-an-introduction/.
    Offenders:
  • https://pubs.geoscienceworld.org/search-results?page=1&quicknav=1&q=riess%201998
  • https://pubs.geoscienceworld.org/search-results?page=1&quicknav=1&q=riess%201998
  • Avoid third party cookies that is used to track the user. (thirdPartyCookies)The page sets 7 third party cookies.0
    Description: Third party cookies are used to track the user. They are automatically blocked in Safari and Firefox.
    Offenders:
  • sharethis.com
  • crwdcntrl.net
  • crwdcntrl.net
  • .exelator.com
  • eyeota.net
  • .linkedin.com
  • rlcdn.com
  • Do not share user data with third parties. (thirdPartyPrivacy)The page has 68% requests that are 3rd party (107 requests with a size of 2.1 MB). The page also have request to companies that harvest data from users and do not respect users privacy (see https://en.wikipedia.org/wiki/Surveillance_capitalism). The page do 46 survelliance requests and uses 5 survelliance tools. The page do 1 consent-provider request and uses 1 consent-provider tool. The page do 12 tag-manager requests and uses 1 tag-manager tool. The page do 14 social requests and uses 1 social tool. The page do 29 ad requests and uses 11 ad tools. The page do 31 analytics requests and uses 3 analytics tools. The page do 13 marketing requests and uses 2 marketing tools.0
    Description: Using third party requests shares user information with that third party. Please avoid that! The project https://github.com/patrickhulce/third-party-web is used to categorize first/third party requests.
    Offenders:
  • https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
  • https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700
  • https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location
  • https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
  • https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2
  • https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAXC-q.woff2
  • https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2
  • https://www.googletagmanager.com/gtm.js?id=GTM-TVJCJ67
  • https://platform-api.sharethis.com/js/sharethis.js#property=643701de45aa460012e1032e&product=sop
  • https://securepubads.g.doubleclick.net/tag/js/gpt.js
  • https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202410210101/pubads_impl.js
  • https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=pubs.geoscienceworld.org
  • https://buttons-config.sharethis.com/js/643701de45aa460012e1032e.js
  • https://l.sharethis.com/pview...arethis.com/pview
  • https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c
  • https://www.google-analytics.com/analytics.js
  • https://static.hotjar.com/c/hotjar-2619384.js?sv=7
  • https://js.hs-scripts.com/21550794.js
  • https://l.sharethis.com/sc....sharethis.com/sc
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://www.google-analytics.com/j/collect...ics.com/j/collect
  • https://js.hsleadflows.net/leadflows.js
  • https://js.hs-banner.com/21550794.js
  • https://js.hs-analytics.net/analytics/1729889400000/21550794.js
  • https://js.hscollectedforms.net/collectedforms.js
  • https://js.hsadspixel.net/fb.js
  • https://t.sharethis.com/1/k/t.dhj?cid=c010&cls=B&dmn=pubs.geoscienceworld.org&rnd=1729889563800
  • https://platform-api.sharethis.com/panorama.js
  • https://script.hotjar.com/modules.67d7d905831ab88336d0.js
  • https://www.googletagmanager.com/gtag/js?id=G-781B8JFM4R&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-11RK1D9N56&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-MKZCHDYBTN&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-KZ8XM8M5S3&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-LK2NSTY4C0&cx=c&_slc=1
  • https://bcp.crwdcntrl.net/6/map
  • https://www.googletagmanager.com/gtag/js?id=G-5FBFHZKYCW&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-HP48M3E3R7&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-YY6XD0X474&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-RBDZFVMYBJ&cx=c&_slc=1
  • https://www.googletagmanager.com/gtag/js?id=G-2ZJXB7SCK6&cx=c&_slc=1
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://api.hubapi.com/hs-script-loader-public/v1/config/pixels-and-events/json?portalId=21550794
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://sync.sharethis.com/panorama...this.com/panorama
  • https://forms.hscollectedforms.net/collected-forms/v1/config/json?portalId=21550794&utk=
  • https://t.sharethis.com/a/t_.htm...this.com/a/t_.htm
  • https://snap.licdn.com/li.lms-analytics/insight.min.js
  • https://forms.hsforms.com/embed/v3/counters.gif?key=collected-forms-embed-js-form-bind&count=1
  • https://t.sharethis.com/1.1572.23404/a/US/t_.js....23404/a/US/t_.js
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=
  • https://bcp.crwdcntrl.net/5/c=9084/tp=SARE/tpid=ZGNACmccBScAAAAIFQaZAw%3D%3D&gdp...r=0&gdpr_consent=
  • https://match.adsrvr.org/track/cmf/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent=
  • https://ps.eyeota.net/pixel?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent=
  • https://ml314.com/utsync.ashx...4.com/utsync.ashx
  • https://cms.analytics.yahoo.com/cms?partner_id=SHARE&gdpr=0&euconsent=
  • https://px.ads.linkedin.com/attribution_trigger...tribution_trigger
  • https://px.ads.linkedin.com/collect...kedin.com/collect
  • https://sync.sharethis.com/int/lotame?uid=781eb816f16ad41882294695166b302b&gdpr=0&gdpr_consent=
  • https://loadus.exelator.com/load/?p=847&g=001&j=0&gdpr=0&gdpr_consent=&xl8blockcheck=1
  • https://idsync.rlcdn.com/395886.gif?partner_uid=3647963537884053529
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&euconsent=
  • https://match.adsrvr.org/track/cmb/generic?ttd_pid=1h1y1a7&ttd_tpi=1&gdpr=0&gdpr_consent=
  • https://ps.eyeota.net/pixel/bounce/?pid=1mpb5m0&t=gif&gdpr=0&gdpr_consent=
  • https://sync.sharethis.com/nlsn?uid=9f4582e60623e950e6732e36937793cf
  • https://sync.sharethis.com/ttd?uid=74b4ba34-88ed-4244-bef0-3148563e6fbc&gdpr=0&gdpr_consent=
  • https://px.ads.linkedin.com/collect...kedin.com/collect
  • https://sync.sharethis.com/eyeota...rethis.com/eyeota
  • https://www.linkedin.com/px/li_sync...in.com/px/li_sync
  • https://ups.analytics.yahoo.com/ups/58724/cms?partner_id=SHARE&gdpr=0&gdpr_consent=&verify=true
  • https://sync.sharethis.com/yahoo?uid=y-TT6SocNE2oNQHNOSlnMiMEzS.VDnmAbHdLc-~A&gdpr=0
  • https://idsync.rlcdn.com/1000.gif...lcdn.com/1000.gif
  • https://px.ads.linkedin.com/collect...kedin.com/collect
  • https://ml314.com/csync.ashx...14.com/csync.ashx
  • https://px.ads.linkedin.com/wa/
  • https://track.hubspot.com/__ptq.gif...pot.com/__ptq.gif
  • https://forms.hubspot.com/lead-flows-config/v1/config/json...ig/v1/config/json
  • https://www.google-analytics.com/g/collect...ics.com/g/collect
  • https://www.medtargetsystem.com/beacon/portal-lite...eacon/portal-lite
  • https://www.medtargetsystem.com/js/build/iframe/slim_signal.js?1729889578
  • https://www.medtargetsystem.com/_itu.png#1729889563000
  • https://segments.company-target.com/log...ny-target.com/log
  • https://ib.adnxs.com/getuid....adnxs.com/getuid
  • https://px.ads.linkedin.com/db_sync...kedin.com/db_sync
  • https://px.owneriq.net/eucm/p/stc...iq.net/eucm/p/stc
  • https://idsync.rlcdn.com/386076.gif?partner_uid=ZGNACmccBScAAAAIFQaZAw%3D%3D&gdpr=0&gdpr_consent=
  • https://i.liadm.com/s/55128
  • https://pippio.com/api/sync...ppio.com/api/sync
  • Page info

    Page info
    Titleriess 1998 | Page 1 | Search Results | GeoScienceWorld
    Width1350
    Height10316
    DOM elements4662
    Avg DOM depth16
    Max DOM depth38
    Iframes6
    Script tags50
    Local storage68.6 KB
    Session storage0 b
    Network Information API4g

    Technologies used to build the page.

    Data collected using Wappalyzerversion 6.10.66.  Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyser find more information about technologies used.

    TechnologyConfidenceCategory
    PHP 7.0.19100  Programming languages
    Ubuntu 100  Operating systems
    Microsoft ASP.NET 4.0.30319100  Web frameworks
    Envoy 100  Reverse proxies
    Google Cloud 100  IaaS
    Apache HTTP Server 2.4.7100  Web servers
    Amazon Web Services 100  PaaS
    HSTS 100  Security
    Google Cloud Trace 100  Performance
    Google Cloud CDN 100  CDN
    Cloudflare Bot Management 100  Security
    Cloudflare 100  CDN
    Amazon CloudFront 100  CDN
    Akamai 100  CDN
    HTTP/3 100  Miscellaneous

    Data collected using Third Party Web 0.24.0

    Cdn
    Google CDN
    Google Fonts
    JSDelivr CDN
    Survelliance
    Google CDN
    Google Fonts
    Google Tag Manager
    Google/Doubleclick Ads
    Google Analytics
    Consent-provider
    Optanon
    Tag-manager
    Google Tag Manager
    Social
    ShareThis
    Ad
    Google/Doubleclick Ads
    Crowd Control
    LinkedIn Ads
    eXelate
    The Trade Desk
    Eyeota
    Yahoo!
    DMD Marketing
    IPONWEB
    AppNexus
    OwnerIQ
    Analytics
    Google Analytics
    Hotjar
    LiveRamp IdentityLink
    Marketing
    Hubspot
    Madison Logic
    Other
    Arbor
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Long Aninimation Frames | 

    Data from run 5

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)703 ms
    First Contentful Paint (FCP)3.346 s
    Largest Contentful Paint (LCP)3.771 s
    Cumulative Layout Shift (CLS)0.01
    Total Blocking Time (TBT)38 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP2588
    Time spent in recalculate style before FCP31.911 ms
    Extra timings
    TTFB703 ms
    First Paint3.346 s
    Load Event End6.790 s
    Fully loaded12.670 s

    Largest Contentful Paint

    When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.

    Element typeDIV
    Element/tag<div class="gsw-bg"></div>
    Render time 3.771 s
    Elements that needed recalculate style before LCP7773
    Time spent in recalculate style before LCP90.599 ms
    Load time3.771 s
    URL https://gsw.silverch...rs_background.png
    Size (width*height)67500
    DOM path
    section:eq(0) > div:eq(1) > div:eq(3)> section:eq(0) > div:eq(1) > div:eq(3)>
    LCP

    The largest contentful paint is highlighted in the image. If no element is highlighted the element was removed before the screenshot or the LCP API couldn't find the element.

    The Largest Contentful Paint API highlighted this image as a part of the LCP.

    LCP

    Detected Cumulative Layout Shift

    0.00749 cumulative layout shift collected from the Cumulative Layout Shift API.

    These HTML elements contribute most to the Cumulative Layout Shifts of the page. The higher score, the more layout shift.

    ScoreHTML Element
    0.00333<div class="sr-filters sticky"></div>,<div class="sr-filters sticky"></div>,<div class="pagination-top-outer-wrap"></div>,<div class="sr-list al-article-box al-normal clearfix"></div>
    body > div#main > section > div > div > div#divSearch > div#ContentColumn > div:eq(1) > div:eq(1),body > div#main > section > div > div > div#divSearch > div#ContentColumn > div:eq(1) > div:eq(2),body > div#main > section > div > div > div#divSearch > div#ContentColumn > div:eq(1) > div:eq(3),body > div#main > section > div > div > div#divSearch > div#ContentColumn > div:eq(3)
    0.00192<div class="share-search-dropdown"></div>,,,,<div class="navbar-search-filter_wrap"></div>
    body > div#main > section > div > div > div#divSearch > div#ContentColumn > div:eq(1) > div:eq(1) > div:eq(2),body > div#main > section > div > div > div#divSearch > div#ContentColumn > div:eq(3) > div:eq(3) > a > #text,body > div#main > section > div > div > div#divSearch > div#ContentColumn > div:eq(3) > div:eq(4) > a > #text,body > div#main > section > div > div > div#divSearch > div#ContentColumn > div:eq(3) > div:eq(2) > span:eq(5) > a > #text,body > section:eq(0) > div:eq(1) > div:eq(2) > div > div:eq(0) > div:eq(2) > div:eq(0) > form > fieldset > div:eq(1)
    0.00076<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>,<div id="onetrust-close-btn-container"></div>,<button class="onetrust-close-btn-handler onetrust-close-btn-ui banner-close-button ot-close-icon" style="background-image: url(&quot;https://cookie-cdn.cookiepro.com/logos/static/ot_close.svg&quot;);" aria-label="Close"></button>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk,body > div#onetrust-consent-sdk > div#onetrust-banner-sdk > div > div#onetrust-close-btn-container,body > div#onetrust-consent-sdk > div#onetrust-banner-sdk > div > div#onetrust-close-btn-container > button
    0.00045<div class="solrSearchSaveWidget"></div>,<div class="sr-filters sticky"></div>,<li class="site-menu-item site-menu-lvl-0 site-menu-item-Citation-Manager" id="site-menu-item-68615"></li>,,<div class="share-search-dropdown"></div>
    body > div#main > section > div > div > div#divSearch > div#ContentColumn > div:eq(1) > div:eq(1) > div:eq(1),body > div#main > section > div > div > div#divSearch > div#ContentColumn > div:eq(1) > div:eq(2),body > section:eq(0) > div:eq(1) > div:eq(1) > div > div > div:eq(0) > nav > div:eq(1) > ul > li#site-menu-item-68615,body > div#main > section > div > div > div#divSearch > div#ContentColumn > div:eq(1) > div:eq(1) > div:eq(0) > button#btnViewResultsInMapResults > #text:eq(1),body > div#main > section > div > div > div#divSearch > div#ContentColumn > div:eq(1) > div:eq(1) > div:eq(2)
    0.00032<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    0.00029<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    0.00012<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    0.00010<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    0.00007<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    0.00005<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    0.00004<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    0.00003<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    0.00001<div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title ot-bnr-w-logo" tabindex="0" role="region" aria-label="Cookie banner" style="bottom: 0px;"></div>
    body > div#onetrust-consent-sdk > div#onetrust-banner-sdk
    Layout shift

    The elements that have shifted place is highlighted in the image (that have a higher value than 0.01). If the element shifted outside of the viewport, you will not see it there. It can be hard to understand what content that has shifted, if that's the case, checkout the video or the filmstrip of the run.

    Long Animation Frames

    Read more about the Long Animation Frames API here here.

    The top 10 longest animation frames entries

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    62 ms103.7 ms23.3 ms21.8 ms1.5 ms
    https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js

    Invoker:  https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    25 ms61.6 ms26.4 ms23.3 ms3.1 ms
    https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js

    Forced Style And Layout Duration: 37 ms

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    6 ms9.1 ms46.9 ms45.2 ms1.7 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    1 ms55.3 ms0.7 ms0.5 ms0.2 ms
    https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms2.572 s2.9 ms0 ms2.9 ms
    https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js

    Invoker:  https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
    Invoker Type: classic-script
    Window attribution: self

    https://widgets.figshare.com/static/figshare.js

    Invoker:  https://widgets.figshare.com/static/figshare.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms47.2 ms2.8 ms1.7 ms1.1 ms
    https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/e1a56f38220d/main.js?

    Invoker:  https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/e1a56f38220d/main.js?
    Invoker Type: classic-script
    Window attribution: descendant

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms60.8 ms2.2 ms2.2 ms0 ms
    https://script.hotjar.com/modules.67d7d905831ab88336d0.js

    Invoker:  https://script.hotjar.com/modules.67d7d905831ab88336d0.js
    Invoker Type: classic-script
    Window attribution: self

    https://js.hsleadflows.net/leadflows.js

    Invoker:  https://js.hsleadflows.net/leadflows.js
    Invoker Type: classic-script
    Window attribution: self

    https://gsw.hum.works/js/main.js

    Invoker:  https://gsw.hum.works/js/main.js
    Invoker Type: classic-script
    Window attribution: self

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | Requests loaded after onLoad event  | Render blocking requests  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/2.0
    Total requests158
    Total domains51
    Total transfer size3.5 MB
    Total content size10.1 MB
    Responses missing compression58
    Number of cookies19
    Third party cookies7
    Requests per response code
    200118
    20414
    3011
    30215
    3074
    4044
    5002

    Largest assets on the page (by transfer size)

    URLTypeTransfer SizeContent Size
    https://gsw.silverch...thead_with_bg.pngimage336.5 KB336.1 KB
    https://gsw.hum.works/js/main.jsjavascript312.5 KB312.1 KB
    https://cdn.jsdelivr.../tex-mml-chtml.jsjavascript226.4 KB1.1 MB
    https://gsw.silverch...rs_background.pngimage157.9 KB157.6 KB
    https://securepubads...01/pubads_impl.jsjavascript149.4 KB481.0 KB
    https://gsw.silverch...04266/site.min.jsjavascript144.1 KB519.7 KB
    https://www.googleta...nager.com/gtag/jsjavascript112.3 KB345.5 KB
    https://www.googleta...anager.com/gtm.jsjavascript108.0 KB313.1 KB
    https://cookie-cdn.c....0/otBannerSdk.jsjavascript104.6 KB449.5 KB
    https://www.googleta...nager.com/gtag/jsjavascript102.9 KB292.9 KB
    https://www.googleta...nager.com/gtag/jsjavascript97.5 KB277.7 KB
    https://www.googleta...nager.com/gtag/jsjavascript97.1 KB274.1 KB
    https://www.googleta...nager.com/gtag/jsjavascript97.1 KB274.1 KB
    https://www.googleta...nager.com/gtag/jsjavascript96.7 KB274.5 KB
    https://www.googleta...nager.com/gtag/jsjavascript94.7 KB267.0 KB
    https://www.googleta...nager.com/gtag/jsjavascript94.6 KB267.0 KB
    https://www.googleta...nager.com/gtag/jsjavascript94.6 KB267.0 KB
    https://www.googleta...nager.com/gtag/jsjavascript94.6 KB267.0 KB
    https://www.googleta...nager.com/gtag/jsjavascript94.5 KB267.0 KB
    https://js.hsleadflows.net/leadflows.jsjavascript92.1 KB550.3 KB

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html319 B88.2 KB565.8 KB5
    css0 b59.5 KB403.5 KB5
    javascript691 B2.7 MB8.3 MB46
    image2.4 KB555.2 KB551.8 KB18
    font0 b70.1 KB69.4 KB3
    svg0 b13.4 KB34.0 KB6
    json360 B96.9 KB153.2 KB16
    other371 B26.0 KB25.4 KB4
    plain530 B1.8 KB335 B28
    favicon0 b5.2 KB14.7 KB1
    Total4.6 KB3.5 MB10.1 MB132

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    pubs.geoscienceworld.org609 ms89.9 KB568.0 KB6
    cookie-cdn.cookiepro.com2.083 s186.8 KB663.8 KB13
    ajax.googleapis.com412 ms30.7 KB86.1 KB1
    gsw.silverchair-cdn.com13.232 s759.4 KB1.5 MB16
    fonts.googleapis.com408 ms933 B3.8 KB1
    widgets.figshare.com3.020 s34.4 KB101.6 KB1
    geolocation.onetrust.com406 ms302 B69 B1
    cdn.jsdelivr.net984 ms226.4 KB1.1 MB1
    fonts.gstatic.com604 ms70.1 KB69.4 KB3
    www.googletagmanager.com2.513 s1.2 MB3.3 MB12
    js.trendmd.com1.013 s113.6 KB384.8 KB3
    platform-api.sharethis.com614 ms57.8 KB244.3 KB2
    securepubads.g.doubleclick.net1.151 s183.0 KB584.8 KB3
    rev.trendmd.com710 ms1.7 KB657 B4
    buttons-config.sharethis.com412 ms1.0 KB708 B1
    l.sharethis.com511 ms428 B176 B2
    www.google-analytics.com4.610 s21.9 KB51.8 KB26
    static.hotjar.com415 ms6.3 KB15.2 KB1
    js.hs-scripts.com408 ms1.0 KB2.5 KB1
    gsw.hum.works2.274 s384.5 KB383.9 KB6
    js.hsleadflows.net515 ms92.1 KB550.3 KB1
    js.hs-banner.com417 ms18.9 KB62.3 KB1
    js.hs-analytics.net418 ms24.6 KB68.4 KB1
    js.hscollectedforms.net419 ms24.5 KB68.8 KB1
    js.hsadspixel.net414 ms3.6 KB6.2 KB1
    t.sharethis.com1.203 s14.2 KB43.1 KB3
    script.hotjar.com519 ms55.2 KB221.4 KB1
    bcp.crwdcntrl.net1.129 s633 B235 B2
    api.hubapi.com406 ms785 B114 B1
    sync.sharethis.com1.962 s252 B252 B6
    forms.hscollectedforms.net405 ms731 B136 B1
    snap.licdn.com728 ms14.5 KB40.2 KB1
    forms.hsforms.com407 ms464 B35 B1
    loadus.exelator.com552 msN/A0 b2
    match.adsrvr.org600 msN/A0 b2
    ps.eyeota.net618 ms388 B0 b2
    ml314.com562 ms114 B43 B2
    cms.analytics.yahoo.com478 msN/A0 b1
    px.ads.linkedin.com1.520 s1.6 KB45 B6
    idsync.rlcdn.com918 msN/A0 b3
    ups.analytics.yahoo.com505 msN/A0 b2
    www.linkedin.com415 msN/A0 b1
    track.hubspot.com408 ms1.2 KB45 B1
    flowtype.press7.166 sN/A19 B2
    forms.hubspot.com406 ms1.5 KB178 B1
    www.medtargetsystem.com612 ms21.6 KB105.3 KB3
    segments.company-target.com453 ms0 b0 b1
    ib.adnxs.com736 ms40 B0 b1
    px.owneriq.net709 ms0 b0 b1
    i.liadm.com453 ms0 b0 b1
    pippio.com407 ms40 B0 b1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 year
    Last modified0 seconds12 weeks26 years

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html1.1 KB1
    css0 b0
    javascript20.3 KB1
    image538 B2
    font0 b0
    favicon5.2 KB1
    json1.5 KB2
    plain0 b1
    Total28.7 KB14

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html2.9 KB4
    css4.4 KB1
    javascript2.1 MB37
    image60.8 KB16
    font0 b0
    json96.6 KB15
    plain1.8 KB28
    svg3.3 KB3
    other0 b3
    favicon5.2 KB1
    Total2.3 MB133

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    921

    Render information

    URLType
    https://gsw.hum.works/js/main.jsnon_blocking
    https://cdn.jsdelivr.../tex-mml-chtml.jspotentially_blocking
    https://securepubads...01/pubads_impl.jsnon_blocking
    https://gsw.silverch...04266/site.min.jsin_body_parser_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...anager.com/gtm.jsnon_blocking
    https://cookie-cdn.c....0/otBannerSdk.jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://js.hsleadflows.net/leadflows.jsnon_blocking
    https://js.trendmd.com/widget.js?0.477.0non_blocking
    https://script.hotja...05831ab88336d0.jsnon_blocking
    https://gsw.silverch...2805/site.min.cssblocking
    https://js.trendmd.c....com/polyfills.jsnon_blocking
    https://platform-api...1032e&product=sopnon_blocking
    https://widgets.figs...tatic/figshare.jsblocking
    https://securepubads...net/tag/js/gpt.jsnon_blocking
    https://ajax.googlea...4.1/jquery.min.jsblocking
    https://gsw.silverch...s/white-label.ttfnon_blocking
    https://js.hs-analyt...00000/21550794.jsnon_blocking
    https://js.hscollect...collectedforms.jsnon_blocking
    https://fonts.gstati...TPHjxsAXC-q.woff2non_blocking
    https://fonts.gstati...MUTPHjx4wXg.woff2non_blocking
    https://fonts.gstati...Hh6UVSwiPGQ.woff2non_blocking
    https://www.google-a....com/analytics.jsnon_blocking
    https://www.medtarge...me/slim_signal.jsblocking
    https://js.hs-banner.com/21550794.jsnon_blocking
    https://snap.licdn.c...cs/insight.min.jsnon_blocking
    https://platform-api...s.com/panorama.jsnon_blocking
    https://t.sharethis.....23404/a/US/t_.jsnon_blocking
    https://cookie-cdn.c...ates/otSDKStub.jsblocking
    https://static.hotja...hotjar-2619384.jsnon_blocking
    https://pubs.geoscie...56f38220d/main.jsnon_blocking
    https://js.hsadspixel.net/fb.jsnon_blocking
    https://gsw.silverch...rate-3.1.0.min.jsblocking
    https://js.trendmd.com/trendmd.min.jsnon_blocking
    https://gsw.silverch...9031743/style.cssblocking
    https://t.sharethis....his.com/1/k/t.dhjnon_blocking
    https://buttons-conf...aa460012e1032e.jsnon_blocking
    https://js.hs-scripts.com/21550794.jsnon_blocking
    https://fonts.google...oogleapis.com/cssblocking
    https://gsw.silverch...m.proxylogging.jsin_body_parser_blocking
    https://gsw.silverch...481693/bg_img.cssblocking
    https://pubs.geoscie...ripts/jsd/main.jsnon_blocking
    CPU Long Tasks | CPU Time Spent | CPU Time Spent Per Request | CPU Time Per Tool/Domain | 

    CPU

    Download the Chrome trace log and drag and drop it into Developer Tools / Performance in Chrome.

    Long Tasks

    Collected using the Long Task API. A long task is a task that take 50 milliseconds or more.

    TypeQuantityTotal duration (ms)
    Total Blocking Time 38
    Max Potential First Input Delay 88
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint00
    Long Tasks after Load Event End00
    Total Long Tasks2138

    CPU last long task happened at 4.573 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self411688window
    self457350window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML25
    styleLayout194
    paintCompositeRender24
    scriptParseCompile2
    scriptEvaluation939
    garbageCollection18
    other153
    Events (ms)
    v8.run698
    UpdateLayoutTree110
    FunctionCall97
    RunTask91
    Layout83
    RunMicrotasks60
    v8.evaluateModule41
    ParseHTML22
    PrePaint17
    Paint16

    Time spent per request

    URLCPU time (ms)
    https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js88
    https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js74
    https://www.googletagmanager.com/gtag/js?id=G-YVB7JQBY6Z&l=dataLayer&cx=c54
    https://pubs.geoscienceworld.org/cdn-cgi/challenge-platform/scripts/jsd/main.js46
    https://cookie-cdn.cookiepro.com/scripttemplates/202405.1.0/otBannerSdk.js43
    https://www.googletagmanager.com/gtm.js?id=GTM-TVJCJ6740
    https://www.googletagmanager.com/gtag/js?id=G-781B8JFM4R&cx=c&_slc=140
    https://www.googletagmanager.com/gtag/js?id=G-11RK1D9N56&cx=c&_slc=137
    https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202410210101/pubads_impl.js35
    https://www.googletagmanager.com/gtag/js?id=G-MKZCHDYBTN&cx=c&_slc=134
    https://www.googletagmanager.com/gtag/js?id=G-5FBFHZKYCW&cx=c&_slc=133
    https://www.googletagmanager.com/gtag/js?id=G-YY6XD0X474&cx=c&_slc=133
    https://www.googletagmanager.com/gtag/js?id=G-KZ8XM8M5S3&cx=c&_slc=132
    https://www.googletagmanager.com/gtag/js?id=G-HP48M3E3R7&cx=c&_slc=132
    https://www.googletagmanager.com/gtag/js?id=G-2ZJXB7SCK6&cx=c&_slc=132
    https://gsw.silverchair-cdn.com/Themes/Client/app/jsdist/v-638645464395404266/site.min.js31
    https://www.googletagmanager.com/gtag/js?id=G-LK2NSTY4C0&cx=c&_slc=131
    https://www.googletagmanager.com/gtag/js?id=G-RBDZFVMYBJ&cx=c&_slc=131
    https://gsw.hum.works/js/main.js27
    https://script.hotjar.com/modules.67d7d905831ab88336d0.js26
    https://www.google-analytics.com/analytics.js24
    https://widgets.figshare.com/static/figshare.js18
    https://securepubads.g.doubleclick.net/tag/js/gpt.js13
    https://js.hsleadflows.net/leadflows.js11
    https://platform-api.sharethis.com/js/sharethis.js10

    CPU time spent

    Tool/domainTime (ms)
    JSDelivr CDN88.2
    Google CDN73.6
    Google Tag Manager428.5
    pubs.geoscienceworld.org45.6
    cookie-cdn.cookiepro.com42.5
    Google/Doubleclick Ads48.8
    gsw.silverchair-cdn.com31.4
    gsw.hum.works26.6
    Hotjar26.2
    Google Analytics24.3
    widgets.figshare.com18.4
    Hubspot10.6
    ShareThis10.2
    | Categories | | Tools | | Cookies | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.24.0.

    CategoryRequests
    cdn 6
    survelliance 46
    consent-provider 1
    tag-manager 12
    social 14
    ad 29
    analytics 31
    marketing 13
    other 1
    CategoryNumber of tools
    cdn 3
    survelliance 5
    consent-provider 1
    tag-manager 1
    social 1
    ad 11
    analytics 3
    marketing 2
    other 1

    Third party requests and tools

    cdn (6 requests)
    Google CDN
    Google Fonts
    JSDelivr CDN
    survelliance (46 requests)
    Google CDN
    Google Fonts
    Google Tag Manager
    Google/Doubleclick Ads
    Google Analytics
    consent-provider (1 requests)
    Optanon
    tag-manager (12 requests)
    Google Tag Manager
    social (14 requests)
    ShareThis
    ad (29 requests)
    Google/Doubleclick Ads
    Crowd Control
    LinkedIn Ads
    eXelate
    The Trade Desk
    Eyeota
    Yahoo!
    DMD Marketing
    IPONWEB
    AppNexus
    OwnerIQ
    analytics (31 requests)
    Google Analytics
    Hotjar
    LiveRamp IdentityLink
    marketing (13 requests)
    Hubspot
    Madison Logic
    other (1 requests)
    Arbor

    Unmatched third party domains

    Here's a list of domains that didn't match any tool in Third party web. If you are sure they are third party domains, please do a PR to that project. You can also fine tune the list using --firstParty.

    cookie-cdn.cookiepro.com
    gsw.silverchair-cdn.com
    widgets.figshare.com
    js.trendmd.com
    rev.trendmd.com
    gsw.hum.works
    flowtype.press

    Third party cookies

    Cookie nameDomain
    __stid sharethis.com
    _cc_dc crwdcntrl.net
    _cc_id crwdcntrl.net
    EE .exelator.com
    mako_uid eyeota.net
    li_sugr .linkedin.com
    rlas3 rlcdn.com

    First party requests and sizes per content type

    Calculated using .*geoscienceworld.* (use --firstParty to configure).

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b85.3 KB559.9 KB1
    css0 b0 b0 b0
    javascript0 b3.8 KB7.9 KB1
    image0 b0 b0 b0
    font0 b0 b0 b0
    json0 b198 B111 B1
    plain0 b631 B0 b1
    Total121 B89.9 KB568.0 KB6

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html319 B2.9 KB5.9 KB4
    css0 b59.5 KB403.5 KB5
    javascript691 B2.6 MB8.3 MB45
    image2.4 KB555.2 KB551.8 KB18
    font0 b70.1 KB69.4 KB3
    svg0 b13.4 KB34.0 KB6
    json360 B96.7 KB153.1 KB15
    other371 B26.0 KB25.4 KB4
    plain530 B1.2 KB335 B27
    favicon0 b5.2 KB14.7 KB1
    Total6.8 KB3.5 MB9.6 MB152